home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / qmodker.arc / HELP06 next >
Encoding:
Text File  |  1986-06-28  |  11.6 KB  |  258 lines

  1. ================= File Subsystem Extra HELP ====================
  2.  
  3. The filing subsystem permits you to move files between your
  4. system and this RBBS-PC. Downloading refers to moving files from
  5. this RBBS to your computer, and uploading is moving files from
  6. your computer to this RBBS.
  7.  
  8. The transfer of data can either be done in ASCII or using a
  9. protocol referred to as XMODEM.  The XMODEM protocol is
  10. common to CP/M based systems as was originally developed by
  11. Ward Christensen. The protocol is also contained in PC-TALK.III.
  12. More on this later.
  13.  
  14. To list the names of the files that are available on the disks
  15. for downloading to your system, the <L>ist command should be
  16. entered at the Files Menu.  The full names of the files will be
  17. listed along with a short description of each file.  Usually
  18. there is a document file that accompanies most of the program
  19. items on the system.  These document files usually have an
  20. extension of DOC or TXT.
  21.  
  22. For those systems that have a master directory the <L>ist command
  23. will present a list of directories available and their contents.
  24. To list the names of the files that are available in a specific
  25. directory use L;XX, where XX is the directory suffix.  These
  26. direcotry <>Lists can be stacked to reduce your responses.
  27. i.e. L;10;9;3  will list all files available in directory 10,
  28. 9 and 3.
  29.  
  30. To list the names of the files that have been added since your
  31. last directory review simply enter N;XX, where XX is the
  32. desired directory to be searched.  i.e. N;8;1 will display all
  33. new files added to directories 8 and 1 since your last directory
  34. review. (NOTE: You can also use "ALL" to check "ALL" directory
  35. files for new filenames.
  36.  
  37. MULTIPLE FILE DOWNLOADING
  38.  
  39. This is the newest addition to the features of the RBBS-PC file
  40. subsystem.  This features allow multiple file names to be specified
  41. when a user wants to download.  To activate it specify
  42.  
  43.      d;filname1.ext;filname2.ext;filname3.ext;filname4.ext
  44.  
  45. Before each file is downloaded you will have to set your software
  46. communications up to receive the file.  A special case of multiple
  47. file downloading is "autodownloading."
  48.   
  49. AUTODOWNLOADING
  50.  
  51. There are some basic minimal requirements to implement this feature 
  52. on the receiving end.  The first item is a copy of
  53.  
  54.        EXECPC TALK, Version 2+, or 
  55.        PIBTERM, Version 3.2+ (in VT-52mode only).
  56.  
  57. Version 4.0 of PIBTERM allows for AUTODOWNLOAD in ANSI/BBS mode also).
  58. The last item has to do with the data communications link-up.  You 
  59. must call with N,8,1 protocol initially as the subsequent file
  60. transfer is unable to accomodate the switching back and forth between 
  61. E,7,1 and N,8,1 protocols.  Once you have these two items under 
  62. control you are ready to enjoy the pleasures of automatic file download.  
  63.  
  64. The use of this feature is extremely simple.  At the file menu 
  65. prompt, type  "D" (without the quotes).  The system will request 
  66. the names of the files you wish to transfer to your system.  You
  67. then type  "FILNAME1.EXT;FILNAME2.EXT;FILNAME3.EXT; . . . " 
  68. listing the names of all the files you wish to download.  (There
  69. can not be any embedded spaces in this string of names.)  When you
  70. hit the  <ENTER> key the AUTODOWNLOAD will begin.  
  71.  
  72. However, this feature is only available to you if you were notifed
  73. at logon time that RBBS-PC had determined that you were using EXECPC
  74. TALK or PIBTERM.  If RBBS-PC has, RBBS-PC BBS will transmit 
  75. the name of the file to EXECPC TALK (or PIBTERM) which will 
  76. automatically open a file by that name on your DEFAULT download
  77. disk.  The BBS will then synchronize itself with EXECPC TALK and
  78. begin to transfer the file using XMODEM file transfer protocol.
  79. When the first file has been transferred, the second filename
  80. will be transferred, and then the file will follow, etc.  Upon
  81. completion of all the downloads, the system will return to manual
  82. input mode.  If the process is interrupted for any reason the
  83. AUTODOWNLOAD process will not continue past the current file
  84. transfer.  
  85.  
  86. This feature, as almost all others on this system, can employ
  87. "stacked" commands, such as "D;FILNAME1.EXT;FILNAME2.EXT; . . ."
  88. for the ultimate in speedy transfers.
  89.  
  90.  
  91. ASCII DATA CAPTURE
  92.  
  93. The transfer of files in ASCII mode can be done if your system
  94. is capable of data capture. To download a file using the ASCII
  95. method, follow the sequence of steps listed below.
  96.  
  97. 1.  List the files available for download using the
  98.     L)ist command and either capture the list to your
  99.     printer or write down the exact names of the files you
  100.     want to receive.
  101.  
  102. 2.  After returning to the Files Menu, select D)ownload.
  103.  
  104. 3.  When RBBS-PC asks for the filename you wish to select,
  105.     input the exact filename including a period between the
  106.     filename and extension.
  107.  
  108. 4.  When RBBS-PC asks for the type of download you want, input
  109.     A for A)scii method.
  110.  
  111. 5.  When the RBBS-PC tells you to open your capture file and
  112.     enter a carriage return to start the download, you
  113.     should do so.  (Opening your capture file is done by
  114.     using the Alt-R command in PC-TALK.) After setting up to
  115.     receive the file on your end, you have to send RBBS-PC
  116.     one carriage return so that it knows you are ready to
  117.     start.
  118.  
  119. 6.  The file will be sent a line at a time until the
  120.     entire file is sent.  You will see the lines of ASCII
  121.     code (readable text and numbers) on your screen as they
  122.     flow to your system.  If you wish to suspend the
  123.     transmission temporarily, your system should send
  124.     RBBS-PC a Ctrl-S (XOFF). A Ctrl-Q (XON) will restart
  125.     the temporarily halted transfer.  A Ctrl-X (ASCII CAN)
  126.     can be sent anytime to abort the transmission of the
  127.     data; because of the output buffering performed
  128.     automatically by RBBS-PC, there may be up to 120
  129.     characters transmitted before the output stops.
  130.  
  131. 7.  When the file transfer is finished, RBBS-PC will
  132.     send you an End Of File Marker (Ctrl-Z) followed by 5
  133.     bells.  You should close your capture file (PC-TALK
  134.     Alt-R) as soon as you hear the bells or you will get
  135.     garbage at the bottom of the file. If you go away for a
  136.     cup of coffee and end up getting the 'end of file' sign
  137.     attached to the bottom of the capture file, you can
  138.     delete it from the file later using a text editor.
  139.  
  140. 8.  After the file transfer is complete you will be
  141.     returned to the File Menu.  You should look at the
  142.     capture file at this point to be sure you got it ok.
  143.     (Use the PC-TALK Alt-V command to do this.)  Do not list
  144.     the entire file unless it is short; RBBS-PC will give
  145.     you 3 minutes to remain off-line before it assumes you
  146.     have left for the day and recycles, dropping you off
  147.     line.
  148.  
  149.  
  150. XMODEM FILE TRANSFER
  151.  
  152. If you have implemented XMODEM on your system, files with
  153. EXE, OBJ and COM extensions and tokenized BASIC files can be
  154. moved to your system.  Files containing the IBM PC special ASCII
  155. characters (ones with ASCII values above 128) can also be
  156. transferred with XMODEM -- this includes Wordstar files.  These
  157. files cannot be transferred in ASCII mode since ASCII transfer is
  158. only 7 bit and these types of files require the full 8 bit
  159. transfer of the data with no translation of the contents of the
  160. file.
  161.  
  162. XMODEM also offers the advantage of a block check to assure
  163. that the data sent contains no errors.  It does this by adding a
  164. checksum byte to the end of each block of data; the receiver
  165. calculates its own checksum and compares it to the one received.
  166. If an error is detected in the transmission, XMODEM will request
  167. that RBBS-PC retransmit the block of data.
  168.  
  169. To perform an XMODEM file download, follow the instructions shown
  170. above for ASCII DATA CAPTURE, but select X)modem instead of
  171. A)scii when RBBS-PC asks what file download type you want (step
  172. 4 above). The XMODEM file transfer steps are as follows:
  173.  
  174. 5.  If you called in using EVEN parity the RBBS-PC will
  175.     tell you to switch to NO parity and 8 data bits. If you
  176.     called in using 8 data bits the system will not give you
  177.     this message. You should then open your capture file
  178.     (PC-TALK.III Alt-R command) and start the XMODEM receive
  179.     process.  PC-TALK.III starts XMODEM for you when you put
  180.     '=X' at the end of the download filename.
  181.  
  182. 6.  The file will be transferred automatically by XMODEM
  183.     until the entire file has been transferred. You may
  184.     abnormally abort the transfer by sending RBBS-PC an
  185.     ASCII CAN code (Ctrl-X). PC-TALK.III will do this for
  186.     you if you enter an Alt-R during the file transfer.
  187.  
  188. 7.  When the file transfer is finished, XMODEM automatically
  189.     closes your capture file for you. XMODEM also ensures
  190.     that no garbage gets into your file; binary files and
  191.     text files are just as they were sent to you with 99.6%
  192.     error free transmission.  Wordstar files should transfer
  193.     without extra hard carriage returns being added.
  194.  
  195. 8.  XMODEM transferred files cannot be listed on your
  196.     monitor unless they are actually ASCII files. Binary
  197.     files will appear as symbols rather than human readable
  198.     text. You will have to test these files after you exit
  199.     your communications program.
  200.  
  201.  
  202. KERMIT PROTOCOL
  203.  
  204. This protocol will do the same as what is explain in XMODEM Protocol
  205. but will allow data packets to be sent continuosly.  This continuous
  206. transmission of data is expecially helpful when there are delays in
  207. the communications path, such as via satelite transmission or over
  208. the public data networks (Telenet, Uninet, Tymnet, etc).  Taking that
  209. in to account will make KERMIT Protocol a faster way to transfer files.
  210. For more information on how to use KERMIT Protocol DownLoad:  QMOD-KER.ARC
  211. and this will help you in some areas.
  212.  
  213.  
  214. FILE UPLOADING
  215.  
  216. File uploading to the RBBS-PC is very similar to downloading.
  217. After you have downloaded a few files, you might want to send me
  218. one of your favorite programs or files just to test your ability
  219. to upload.
  220.  
  221. Uploading of ASCII files can be done without interruption between
  222. lines.  This system can handle data uploading at 300 baud without
  223. any problem.  If the transfer is done at 1200 baud, however,
  224. there may be a data overrun if the file is over 20K.  If the
  225. system falls behind during a file upload operation, it will
  226. send an XOFF (Ctrl-S) to your system.  If your system supports
  227. XON/OFF file transfer speed-matching, data transmission will be
  228. suspended until an XON (Ctrl-Q) is sent to you, indicating
  229. RBBS-PC is ready to accept data again.
  230.  
  231. When uploading files, please convert BASIC programs to ASCII
  232. before transferring them so callers without XMODEM can download
  233. them.  To do this, use the file save command format listed below.
  234.  
  235.                       SAVE"filename.ext",A
  236.  
  237.  
  238. Before sending me a file be sure I have enough disk space to take
  239. the file. When you ask for U)pload at the File menu, the system
  240. will tell you how much disk space is free on the upload drive.
  241. If this system runs out of disk space during an upload function,
  242. it will issue a cancel request.  This will be in the form of a
  243. data stream of one or more ASCII CAN (Ctrl-X) characters.  Your
  244. system will abort transmission if it supports XON/OFF file
  245. transfer speed-matching protocol. If your system does not support
  246. XON/OFF, the data overflow will be lost and the RBBS-PC will
  247. recycle, dropping you off line.
  248.  
  249.  
  250. UPLOAD GROUND RULES
  251.  
  252. You are encouraged to donate programs to the library on this
  253. system.  Any type of program or document is welcome, however,
  254. a few ground rules are in order.  The files donated must contain
  255. only information that is in the public domain.  No private
  256. or commercial information should be placed on this system.  The
  257. SYSOP is not responsible for any of the data that is shared on
  258. this system.